FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / Select Method / Select(IList<CellRange>,Boolean) Method
CellRange that specifies ranges of the cells that will be selected.
Whether to scroll the last selection range into view.

In This Topic
    Select(IList<CellRange>,Boolean) Method
    In This Topic
    Selects a ranges of cells in MultiRange mode.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Select( _
       ByVal ranges As IList(Of CellRange), _
       ByVal show As Boolean _
    ) 
    public void Select( 
       IList<CellRange> ranges,
       bool show
    )

    Parameters

    ranges
    CellRange that specifies ranges of the cells that will be selected.
    show
    Whether to scroll the last selection range into view.
    See Also